home *** CD-ROM | disk | FTP | other *** search
- Path: howland.reston.ans.net!psinntp!psinntp!psinntp!psinntp!usenet
- From: grantp@usa.pipeline.com(Pete Grant)
- Newsgroups: comp.lang.c++
- Subject: Re: Dialog box exception in Borland C++
- Date: 21 Mar 1996 01:19:15 GMT
- Organization: Kalevi, Inc.
- Message-ID: <4iqaqj$l8a@news1.h1.usa.pipeline.com>
- References: <rankin.12.000C6EA4@stcloud.msus.edu>
- NNTP-Posting-Host: 38.8.60.5
- X-PipeUser: grantp
- X-PipeHub: usa.pipeline.com
- X-PipeGCOS: (Pete Grant)
- X-Newsreader: Pipeline v3.5.0
-
- On Mar 20, 1996 12:25:50 in article <Dialog box exception in Borland C++>,
- 'rankin@stcloud.msus.edu (Jim Rankin)' wrote:
-
-
- >We are developing a software package using Borland C++ 4.5.
- >
- >The Windows application works ok when operated from the Integrated
- >Development Environment.
- > [... rest deleted ...]
-
- From the comp.lang.c++ FAQ:
- ==============================================================================
-
- Q147: Why does my BC++ Windows app crash when I'm not running the BC45 IDE?
-
-
- If you're using BC++ for a Windows app, and it works ok as long as you have
- the
- BC45 IDE running, but when the BC45 IDE is shut down you get an exception
- during the creation of a window, then add the following line of code to the
-
- InitMainWindow() method of your application ("YourApp::InitMainWindow()"):
-
- EnableBWCC(TRUE);
-
- ==============================================================================
-
- --
- Pete Grant
- Kalevi, Inc.
- Software Engineering & development
-